home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / linux-sound-base.postrm < prev    next >
Encoding:
Text File  |  2010-10-23  |  778 b   |  28 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. case "$1" in
  6.   remove)
  7.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noOSS
  8.     rm -f /etc/discover.d/linux-sound-base_noOSS
  9.     rm -f /etc/modutils/linux-sound-base_noOSS
  10.     rm -f /etc/modprobe.d/linux-sound-base_noOSS
  11.     rm -f /etc/modprobe.d/linux-sound-base_noOSS.conf
  12.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noALSA
  13.     rm -f /etc/discover.d/linux-sound-base_noALSA
  14.     rm -f /etc/modutils/linux-sound-base_noALSA
  15.     rm -f /etc/modprobe.d/linux-sound-base_noALSA
  16.     rm -f /etc/modprobe.d/linux-sound-base_noALSA.conf
  17.     rm -f /etc/discover.conf.d/10linux-sound-base
  18.     ;;
  19. esac
  20.  
  21. # Automatically added by dh_installdebconf
  22. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  23.     . /usr/share/debconf/confmodule
  24.     db_purge
  25. fi
  26. # End automatically added section
  27.  
  28.